home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / text / hyper / ADtoHT2_1.lha / Source.lha / MyLib.lha / math / __mulsi3.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-20  |  258 b   |  22 lines

  1. #ifndef __GNUC__
  2. #error This file is for GNU-C only
  3. #else
  4.  
  5. asm("    .text
  6.     .globl    ___mulsi3
  7.  
  8. ___mulsi3:
  9.     movml SP@(4),d0/d1
  10. "
  11. #ifndef SMALL_DATA
  12. "    movl _UtilityBase,a0
  13. "
  14. #else
  15. "    movl a4@(_UtilityBase:W),a0
  16. "
  17. #endif
  18. "    jmp a0@(-138:W)
  19. ");
  20.  
  21. #endif  /* __GNUC__ */
  22.